﻿#center {position: absolute;}

#slider {position: absolute;width:1200px;height:482px;overflow: hidden;background: #000;}

#slider .slide {
	position: absolute;
	top: 0px;
	height: 482px;
	width:345px;
	background: #ffffff;
	overflow: hidden;
	cursor: default;
	padding: 2px;
	}



#slider .text{position: absolute;top: 386px;color: #ffffff;

	font-size:14px;	width: 345px; text-indent: 30px; padding-bottom: 20px; padding-top: 20px; line-height: 50px;}





.slide:hover .text{ height: 80px; background:#0b3ca2c7; color: #000000;  text-indent: 30px; padding-top: 20px;}



#slider .text .title {color: #ffffff;font-weight: bold;font-size: 1.4em;

	margin-right: 1.5em; padding-bottom: 20px; text-decoration: none; padding-top: 20px;

	 font-family: "微软雅黑"; }



#slider .text .title a{color: #ffffff;font-weight: bold;font-size: 1.4em;

	 font-family: "微软雅黑"; }



#slider .diapo {filter: alpha(opacity=100);opacity: 1;visibility: hidden;}